Re: [INTERFACES] applet don't go - Mailing list pgsql-interfaces

From Herouth Maoz
Subject Re: [INTERFACES] applet don't go
Date
Msg-id l03110706b25cf91c9a29@[147.233.159.109]
Whole thread Raw
In response to Re: [INTERFACES] applet don't go  (Andrea Antibo <antibo@mclink.it>)
Responses Re: [INTERFACES] applet don't go
Re: [INTERFACES] applet don't go
List pgsql-interfaces
At 18:30 +0200 on 28/10/98, Andrea Antibo wrote:


> the url of the html page is:  http://my.domain.com/page.html
>
> for jdbc I have on the code of applet : jdbc:postgresql:mydb

Well then, you have to have THE SAME DOMAIN in both of them. The way the
jdbc URL is written, it assumes it is running on the localhost. As soon as
Netscape sees that it's not the same exact domain (it can't know that
localhost is the same as my.domain.com), it refuses to cooperate.

So change the URL like I showed you:

   jdbc:postgresql://my.domain.com/mydb

In addition, make sure the url of the web page is indeed http: and not file:.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma



pgsql-interfaces by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [INTERFACES] Re: postgres odbc applix
Next
From: Murad Nayal
Date:
Subject: [Fwd: postgresql JDBC driver question]